home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TSHUTDOWNFORM / TSHUTDOWNFORM.txt < prev   
Text File  |  2002-07-03  |  3KB  |  164 lines

  1. object ShutdownForm: TShutdownForm
  2.   Left = 194
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Remote shutdown'
  7.   ClientHeight = 281
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsMDIChild
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poDefault
  20.   Visible = True
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label3: TLabel
  27.     Left = 8
  28.     Top = 146
  29.     Width = 46
  30.     Height = 13
  31.     Caption = '&Message:'
  32.     FocusControl = Memo
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 8
  36.     Top = 3
  37.     Width = 289
  38.     Height = 48
  39.     Caption = 'Remote PC'
  40.     TabOrder = 0
  41.     object Label1: TLabel
  42.       Left = 76
  43.       Top = 18
  44.       Width = 31
  45.       Height = 13
  46.       Caption = '&Name:'
  47.       FocusControl = edtComputerName
  48.     end
  49.     object edtComputerName: TEdit
  50.       Left = 118
  51.       Top = 16
  52.       Width = 128
  53.       Height = 21
  54.       MaxLength = 17
  55.       TabOrder = 0
  56.     end
  57.     object btnBrowse: TButton
  58.       Left = 255
  59.       Top = 16
  60.       Width = 23
  61.       Height = 22
  62.       Caption = '....'
  63.       TabOrder = 1
  64.       OnClick = btnBrowseClick
  65.     end
  66.   end
  67.   object GroupBox2: TGroupBox
  68.     Left = 8
  69.     Top = 55
  70.     Width = 289
  71.     Height = 90
  72.     Caption = 'Settings'
  73.     TabOrder = 1
  74.     object Label2: TLabel
  75.       Left = 68
  76.       Top = 60
  77.       Width = 52
  78.       Height = 13
  79.       Caption = '&Time (sec):'
  80.       FocusControl = edtTimeout
  81.     end
  82.     object chkForce: TCheckBox
  83.       Left = 68
  84.       Top = 17
  85.       Width = 197
  86.       Height = 13
  87.       Caption = '&Force reboot of remote PC'
  88.       TabOrder = 0
  89.     end
  90.     object chkReboot: TCheckBox
  91.       Left = 68
  92.       Top = 38
  93.       Width = 213
  94.       Height = 13
  95.       Caption = '&Rebboot after shutdown all programs'
  96.       Checked = True
  97.       Color = clMenu
  98.       ParentColor = False
  99.       State = cbChecked
  100.       TabOrder = 1
  101.     end
  102.     object edtTimeout: TEdit
  103.       Left = 177
  104.       Top = 58
  105.       Width = 33
  106.       Height = 21
  107.       ReadOnly = True
  108.       TabOrder = 2
  109.       Text = '40'
  110.     end
  111.     object udTimeout: TUpDown
  112.       Left = 210
  113.       Top = 58
  114.       Width = 15
  115.       Height = 21
  116.       Associate = edtTimeout
  117.       Min = 0
  118.       Position = 40
  119.       TabOrder = 3
  120.       Wrap = False
  121.     end
  122.   end
  123.   object btnOK: TButton
  124.     Left = 8
  125.     Top = 248
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'OK'
  129.     Default = True
  130.     TabOrder = 3
  131.     OnClick = btnOKClick
  132.   end
  133.   object btnAbort: TButton
  134.     Left = 115
  135.     Top = 248
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Cancel'
  139.     Enabled = False
  140.     TabOrder = 4
  141.     OnClick = btnAbortClick
  142.   end
  143.   object btnExit: TButton
  144.     Left = 222
  145.     Top = 248
  146.     Width = 75
  147.     Height = 25
  148.     Caption = 'C&lose'
  149.     TabOrder = 5
  150.     OnClick = btnExitClick
  151.   end
  152.   object Memo: TMemo
  153.     Left = 8
  154.     Top = 160
  155.     Width = 289
  156.     Height = 79
  157.     Lines.Strings = (
  158.       'Your PC will reboot.')
  159.     MaxLength = 127
  160.     ScrollBars = ssVertical
  161.     TabOrder = 2
  162.   end
  163. end
  164.